home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / PST-FRCE.ZIP / FORCE.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1997-02-26  |  851b  |  76 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 3.3O (Encryption type II) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.  
  20. ;------------------------------------------------------------------------------
  21.  
  22.     Cls
  23.     DispFile PPEPath() + "ANSi.ANS", 1
  24.     Delay 2
  25.     Backup 18
  26.     DispFile PPEPath() + "ANSi2.ANS", 1
  27.     Delay 2
  28.     Backup 18
  29.     DispFile PPEPath() + "ANSi3.ANS", 1
  30.     Delay 2
  31.     Backup 18
  32.     DispFile PPEPath() + "ANSi3.ANS", 1
  33.     Delay 2
  34.     Backup 18
  35.     DispFile PPEPath() + "ANSi2.ANS", 1
  36.     Delay 2
  37.     Backup 18
  38.     DispFile PPEPath() + "ANSi.ANS", 1
  39.     KbdStuff "Y" + Chr(13)
  40.  
  41. ;------------------------------------------------------------------------------
  42. ;
  43. ; Usage report (before postprocessing)
  44. ;
  45. ; ■ Statements used :
  46. ;
  47. ;    1       Cls
  48. ;    6       DispFile 
  49. ;    5       Delay 
  50. ;    1       KbdStuff 
  51. ;    5       Backup 
  52. ;
  53. ;
  54. ; ■ Functions used :
  55. ;
  56. ;    7       +
  57. ;    1       Chr()
  58. ;    6       PPEPath()
  59. ;
  60. ;------------------------------------------------------------------------------
  61. ;
  62. ; Analysis flags : No flag
  63. ;
  64. ;------------------------------------------------------------------------------
  65. ;
  66. ; Postprocessing report
  67. ;
  68. ;    0       For/Next
  69. ;    0       While/EndWhile
  70. ;    0       If/Then or If/Then/Else
  71. ;    0       Select Case
  72. ;
  73. ;------------------------------------------------------------------------------
  74. ;                 AEGiS Corp - Break the routines, code against the machines!
  75. ;------------------------------------------------------------------------------
  76.